home *** CD-ROM | disk | FTP | other *** search
- Path: netnews.worldnet.att.net!newsadm
- From: Arn Trembley <arnold.trembley@worldnet.att.net>
- Newsgroups: comp.lang.c
- Subject: Re: Question on C/370
- Date: 7 Mar 1996 07:42:33 GMT
- Organization: AT&T WorldNet Services
- Message-ID: <4hm419$je2@mtinsc01-mgt.ops.worldnet.att.net>
- References: <4he39r$sh0@mtinsc01-mgt.ops.worldnet.att.net> <jodellDnvIns.tE@netcom.com>
- NNTP-Posting-Host: 44.st-louis-2.mo.dial-access.att.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22ATT (Windows; U; 16bit)
-
- jodell@netcom.com (Jake Odell) wrote:
- >Arn Trembley (arnold.trembley@worldnet.att.net) posted:
- ># Does anyone know how to generate the square brackets "[" "]" used for
- ># array references on an IBM 3270 terminal for the mainframe C/370
- ># compiler?
- >
- >In SAS C, you would use (||) for the [] characters, ie:
- >
- > array[index] <- would be -> array(|index|)
- >--
- >jake@pantheon.us.com jodell@netcom.com
-
- Thanks for the reply.
-
- I am using OS/2 Communications Manager for Warp as my 3270 terminal
- emulator. I can generate any hex character in a TSO/ISPF edit session,
- but they display back as blanks. We have the C/370 manuals on IBM
- Bookmanager, but I haven't found the alternate characters there.
-
- I'm sure I could get around this by using pointers rather that array
- references, but it would be more convenient if the 3270 interface
- supported the characters!
-
-
-